From 613545f821b4eb226cca5d53d816e51550043f19 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 3 Dec 2010 18:44:23 +0900 Subject: [PATCH] Fixed a broken gtk-doc statement in gtktreemenu.c --- gtk/gtktreemenu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtktreemenu.c b/gtk/gtktreemenu.c index 169af2735e..bbb83f4658 100644 --- a/gtk/gtktreemenu.c +++ b/gtk/gtktreemenu.c @@ -1635,10 +1635,10 @@ gtk_tree_menu_get_model (GtkTreeMenu *menu) /** * gtk_tree_menu_set_root: * @menu: a #GtkTreeMenu - * @root: (allow-none): the #GtkTreePath which is the root of @menu, or %NULL. + * @path: (allow-none): the #GtkTreePath which is the root of @menu, or %NULL. * - * Sets the @root path for @menu's hierarchy. @menu must already - * have a model set and @root must point to a valid path inside the model. + * Sets the root of a @menu's hierarchy to be @path. @menu must already + * have a model set and @path must point to a valid path inside the model. * * Since: 3.0 */ -- 2.30.2